type net/http.http2timer
13 uses
net/http (current package)
h2_bundle.go#L3706: NewTimer(d time.Duration) http2timer
h2_bundle.go#L3707: AfterFunc(d time.Duration, f func()) http2timer
h2_bundle.go#L4007: func (s *http2Server) newTimer(d time.Duration) http2timer {
h2_bundle.go#L4015: func (s *http2Server) afterFunc(d time.Duration, f func()) http2timer {
h2_bundle.go#L4472: shutdownTimer http2timer // nil until used
h2_bundle.go#L4473: idleTimer http2timer // nil if unused
h2_bundle.go#L4525: readDeadline http2timer // nil if unused
h2_bundle.go#L4526: writeDeadline http2timer // nil if unused
h2_bundle.go#L7164: type http2timer = interface {
h2_bundle.go#L7343: func (t *http2Transport) newTimer(d time.Duration) http2timer {
h2_bundle.go#L7351: func (t *http2Transport) afterFunc(d time.Duration, f func()) http2timer {
h2_bundle.go#L7487: idleTimer http2timer
h2_bundle.go#L9491: var t http2timer
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |